home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Utilities / CornerClock ƒ / CornerClock ReadMe < prev    next >
Text File  |  1996-02-04  |  1KB  |  26 lines

  1. CornerClock is a pascal program based upon Masafumi Ueda's MBarClock program.
  2.  
  3. MBarClock was a program which displayed the time or date in the menu bar to the left
  4. of the Apple menu.  CornerClock uses that same feature and adds sound.  
  5.  
  6. I converted Masafumi's MBarClock from C to Pascal, and then began forging it into 
  7. a chime replacement program.  Currently, if you have long chimes activated with your
  8. clock which comes with system 7.5, you may experience a very annoying distorted
  9. sound which interrupts your chime.  This is a known bug with the system, as it does not
  10. appear to lock the sound handle when it plays it (it should lock it because it plays it
  11. asynchronously).  CornerClock plays the hourly chime asynchronously, but locks the
  12. handle so you get a smooth play.
  13.  
  14. CornerClock will play a grandfather clock chime on the hour (3 chimes as 3:00, 4 at 4:00, etc.).
  15.  
  16. When you place the cursor over the time, it will change to the date for 2 seconds, then change back
  17. to the time (same feature in MBarClock except now there is sound).  I've also added some menus
  18. to CornerClock so that you can toggle the date and time, and force a chime.
  19.  
  20. There are many enhancements which can be made, like changing the chime sound, changing the
  21. volume, etc., but I'm releasing it as is to provide the Pascal community with some more sample 
  22. Pascal code.  Feel free to send me any questions or notes of thanks.
  23.  
  24.  
  25. CornerClock ©Bill Catambay, 1996,  catambay@aol.com
  26. All rights reserved worldwide.